We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adc59f commit 2339a4bCopy full SHA for 2339a4b
files/zh-tw/learn_web_development/core/accessibility/html/index.md
@@ -514,7 +514,7 @@ HTML 包含兩個元素——{{htmlelement("figure")}} 和 {{htmlelement("figcap
514
#### 連結到非 HTML 資源
515
516
```html
517
-<a target="_blank" href="2017-annual-report.ppt">2017 年度報告 (PowerPoint)</a>
+<a target="_blank" href="2017-annual-report.ppt">2017 年度報告(PowerPoint)</a>
518
```
519
520
如果使用圖示代替文字來表示這類連結行為,請確保它包含[替代描述](/zh-TW/docs/Web/HTML/Element/img#alt)。
0 commit comments